IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel Namespace : EntityQueriedAsyncEventArgs<T> Class |
The following tables list the members exposed by EntityQueriedAsyncEventArgs<T>.
Name | Description | |
---|---|---|
![]() | EntityQueriedAsyncEventArgs<T> Constructor | Internal use only. |
Name | Description | |
---|---|---|
![]() | Cancelled | Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
![]() | ChangedEntities | The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
![]() | CompletedSuccessfully | Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | CompletedSynchronously | Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | Error | The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
![]() | HasError | Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | IsCompleted | Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | IsErrorHandled | Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | Query | The query executed. |
![]() | QueryResult | Returns the QueryResult<T>. |
![]() | ResolvedFetchStrategy | The actual FetchStrategy used. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
![]() | Results | The results of this query. Not necessarily a list of entities because a query can return complex or anonymous shapes as well as simple projections. |
![]() | Task | Represents the operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs<QueryResult<T>>) |
![]() | UserState | Uniquely identifies the asynchronous operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | WasFetched | True if the data was fetched from the EntityServer. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
Name | Description | |
---|---|---|
![]() | AsyncWorkState | (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | UntypedQuery | (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MarkErrorAsHandled | Mark the error as handled; (Inherited from IdeaBlade.EntityModel.AsyncEventArgs) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |